home *** CD-ROM | disk | FTP | other *** search
/ Multimedia Business 500 #2 / Multimedia Business 500 - Release 2.iso / prodigy / script.y_ / script.y
Text File  |  1994-11-01  |  368b  |  20 lines

  1. /* 6/04/93 */
  2. /* Tymnet connect script 1200 2400 */
  3. sleep {27}
  4. set_retries 6
  5. :START
  6. send {a}
  7. set_timeout 18
  8. receive {please log in:} goto SENDLOGIN
  9. retry START
  10. return 29  {No response from TYMNET}
  11. :SENDLOGIN
  12. set_retries 14
  13. :SENDLOGIN1
  14. sendln {prodigy}
  15. set_timeout 50
  16. receive {connect} goto END
  17. retry SENDLOGIN1
  18. return 46  {Can not access host}
  19. :END
  20.